home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / dt / bouncer.zip / BOUNCER.RC < prev    next >
Text File  |  1992-05-01  |  846b  |  24 lines

  1. #include <windows.h>
  2. #include "bouncer.h"
  3.  
  4. ID_APP      ICON    bouncer.ico
  5. BOUNCEDIB   BITMAP  frog.bmp
  6. Sound       WAVE    ribbit.wav
  7.  
  8. STRINGTABLE PRELOAD
  9. BEGIN
  10.     idsAppName      "ScreenSaver.Bouncer"
  11.     idsIsPassword   "PWProtected"
  12.     idsIniFile      "control.ini"
  13.     idsScreenSaver  "ScreenSaver"
  14.     idsPassword     "Password"
  15.     idsDifferentPW  "The values for New Password and Retype New Password do not match.\n\nTry again."
  16.     idsChangePW     "Change Password"
  17.     idsBadOldPW     "The value for Old Password is not correct.\n\nCheck your screen-saver password, and then try again."
  18.     idsHelpFile     "control.hlp"
  19.     idsNoHelpMemory "Not enough memory to start Help.\n\nQuit one or more applications to increase available memory, and then try again."
  20. END
  21.  
  22. #include <bouncer.dlg>
  23. #include <scrnsave.dlg>
  24.